@charset "utf-8";

@font-face {
  font-family: 'PerpetuaItalic';
  src: url('/photo/page/agete/common/fonts/PerpetuaItalic.eot');
  /* IE9 Compat Modes */
  src: url('/photo/page/agete/common/fonts/PerpetuaItalic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/photo/page/agete/common/fonts/PerpetuaItalic.woff') format('woff'),
    /* Modern Browsers */
    url('/photo/page/agete/common/fonts/PerpetuaItalic.ttf') format('truetype');
  /* Safari, Android, iOS */
}


/* loading */
@media all and (min-width: 768px) {
  #cover {
    background: url(./loading.gif) center center no-repeat;
    background-color: #fff;
    display: none;
    z-index: -9999;
  }
}


/* base */
@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

#gHeader {
  position: fixed !important;
  transform: none !important;
}

.teturnTop svg {
  fill: #595959;
}

.hero .fadeInAnim,
.season2026summer .fadeInAnim {
  -webkit-transition: opacity .8s ease-out, transform 1.5s ease-out;
  transition: opacity .8s ease-out, transform 1.5s ease-out;
}

.season2026summer .fadeInAnim {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.season2026summer .fadeInAnim.visible {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* page */


:root {
  --color-base: #3e3a39;
  --color-white: #fff;
}


@media all and (min-width: 768px) {
  #main {
    padding-bottom: 110px;
    min-width: 1440px;
    background-color: #eeeeec;
  }
}

/* hero */
.hero {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #eeeeec;
}

.hero .heroTag {
  width: 70px;
  position: absolute;
  left: 40px;
  top: 120px;
  z-index: 2;
}

@media all and (min-width: 768px) {
  .hero {
    min-width: 1440px;
  }

  #gFooter {
    min-width: 1440px;
  }
}

@media all and (max-width: 767px) {
  .hero .heroTag {
    width: calc(84/750*100vw);
    left: calc(32/750*100vw);
    top: calc(180/750*100vw);
  }
}

.hero .naviArea .naviText {
  color: #262521;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 2.6;
  letter-spacing: 0.08em;
}

.hero .naviArea .naviText+.naviText {
  margin-top: 1em;
}

.hero .naviArea ul.naviList {
  width: 1120px;
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.hero .naviArea ul.naviList li {
  position: relative;
}

.hero .naviArea ul.naviList li a {
  display: flex;
  align-items: center;
  position: relative;
  background-color: rgba(255, 255, 255, 1);
}

.hero .naviArea ul.naviList li a .img {
  width: 282px;
}

.hero .naviArea ul.naviList li a .text {
  padding-left: 16px;
}

.hero .naviArea ul.naviList li a .textJP {
  padding-left: 0.6em;
  color: #dbdbd6;
  font-size: 14px;
}

.hero .naviArea ul.naviList li.navi01 a .text {
  width: 162px;
}

.hero .naviArea ul.naviList li.navi02 a .text {
  width: 165px;
}

.hero .naviArea ul.naviList li.navi03 a .text {
  width: 128px;
}

.hero .naviArea ul.naviList li.navi04 a .text {
  width: 198px;
}

.hero .naviArea ul.naviList li.navi05 a .text {
  width: 118px;
}

.hero .naviArea ul.naviList li.navi06 a .text {
  width: 200px;
}

.hero .naviArea ul.naviList li.navi07 a .text {
  width: 192px;
}

.hero .naviArea ul.naviList li a .arrow {
  width: 40px;
  height: 20px;
  margin: auto 0;
  position: absolute;
  right: 38px;
  top: 0;
  bottom: 0;
}

@media all and (min-width: 768px) {
  .hero .naviArea ul.naviList li:nth-last-child(-n+2) {
    margin-top: 30px;
  }

  .hero .naviArea ul.naviList li:nth-last-child(-n+2) a .img {
    width: 360px;
  }

  .hero .naviArea ul.naviList li:nth-last-child(-n+2) .arrow_under .arrow_underIcon {
    left: -150px;
  }
}

.hero .itemBtn {
  position: absolute;
  z-index: 5;
  text-align: center;
}

.hero .itemBtn101.itemBtn {
  left: 840px;
  top: 440px;
}

.hero .itemBtn102.itemBtn {
  left: 950px;
  top: 480px;
}

.hero .itemBtn103.itemBtn {
  left: 1050px;
  top: 500px;
}

@media all and (max-width: 767px) {
  .hero .naviArea ul.naviList {
    width: calc(482/750*100vw);
    margin: 0 auto;
    display: block;
  }

  .hero .naviArea ul.naviList li {
    margin-bottom: calc(30/750*100vw);
  }

  .hero .naviArea ul.naviList li a .img {
    width: 100%;
  }

  .hero .naviArea ul.naviList li:nth-last-child(2) {
    margin-top: calc(54/750*100vw);
  }

  .hero .naviArea ul.naviList li.navi01 a .text {
    width: calc(216/750*100vw);
  }

  .hero .naviArea ul.naviList li.navi02 a .text {
    width: calc(216/750*100vw);
  }

  .hero .naviArea ul.naviList li.navi03 a .text {
    width: calc(168/750*100vw);
  }

  .hero .naviArea ul.naviList li.navi04 a .text {
    width: calc(262/750*100vw);
  }

  .hero .naviArea ul.naviList li.navi05 a .text {
    width: calc(156/750*100vw);
  }

  .hero .naviArea ul.naviList li.navi06 a .text {
    width: calc(260/750*100vw);
  }

  .hero .naviArea ul.naviList li.navi07 a .text {
    width: calc(246/750*100vw);
  }

  .hero .naviArea .naviFlex.fadeInAnim.visible .navi06 {
    margin-bottom: calc(60/750*100vw);
  }

  .hero .naviArea ul.naviList li:nth-last-child(-n+2) .arrow_under .arrow_underIcon {
    left: calc(-204/750*100vw);
  }

  .hero .naviArea ul.naviList li a .arrow {
    width: calc(56/750*100vw);
    height: calc(26/750*100vw);
    right: calc(48/750*100vw);
  }

  .hero .itemBtn101.itemBtn {
    left: calc(220/750*100vw);
    top: calc(506/750*100vw);
  }

  .hero .itemBtn102.itemBtn {
    left: calc(350/750*100vw);
    top: calc(596/750*100vw);

  }

  .hero .itemBtn103.itemBtn {
    left: calc(480/750*100vw);
    top: calc(626/750*100vw);
  }
}

.movieArea {
  margin-bottom: -1%;
}

.hero .movieArea {
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.hacobune-app-container {
  padding: 0 !important;
  max-width: none !important;
  width: 100%;
}

.hacobune-unit-video-outline,
.hacobune-readmore {
  padding: 0 !important;
  max-width: none !important;
  width: 100%;
  display: none;
}

.hacobune-readmore {
  margin-bottom: 0 !important;
}

.hacobune-video-js.videojs-default-skin {
  background-color: #eeeeec !important;
}

.movieArea .vid_main {
  width: 100%;
}

.hero .naviLead img {
  mix-blend-mode: multiply;
}

@media all and (min-width: 768px) {
  .hero .logoAreaWrap.movie {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #eeeeec;
    position: relative;
  }

  .hero .revText {
    padding-bottom: 30px;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #FAFAFA;
  }

  .hero .revText .lead {
    font-size: 20px;
  }

  .hero .revText .small {
    font-size: 13px;
  }

  .hero .naviArea .naviFlex {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 120px;
    display: block;
  }

  .hero .logoArea {
    width: 100%;
    height: 764px;
    margin: 0 auto;
    background: url("./mv_img-pc.jpg") center center no-repeat;
    background-size: auto 100%;
    position: relative;
    background-color: #eeeeec;
  }

  .hero .logoArea .logo {
    width: calc(242/1440*100vw);
    margin: 0 auto;
    padding-top: calc(280/1440*100vw);
    transform: translateX(calc(1840/1440*100%));
    transition: transform 0.3s ease-out;
  }

  @media all and (min-width: 768px) and (max-width: 1439px) {
    .hero .logoArea .logo {
      width: 242px;
      padding-top: 280px;
    }
  }

  .hero .logoArea .logo.visible {}

  .hero .naviLead {
    width: 308px;
    margin: 130px auto 60px;
  }

  .hero .naviArea {
    padding-bottom: 140px;
    background: url("./bg_navi-pc.jpg") top center no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media all and (min-width: 1600px) {
  .hero .logoArea .logo {}
}

@media all and (min-width: 768px) {
  .hero .naviLead {
    width: 276px;
    margin: 0 auto;
    padding: 120px 0 64px;
    text-align: center;
  }
}

@media all and (max-width: 767px) {
  .hero {
    padding-bottom: 0;
  }

  .hero .heroInner .logoAreaWrap {
    width: 100%;
    height: calc(1300/750*100vw);
    background: url("./mv_img-sp.jpg") top center no-repeat;
    background-size: 100% auto;
  }

  .hacobune-app-container {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
  }

  .hacobune-unit-video {
    margin: 0 !important;
  }

  .hero .logoAreaWrap {
    height: calc(1300 / 750* 100vw);
  }

  .movieArea .vid_main {
    height: 100%;
    object-fit: cover;
  }

  .hero .revText {
    padding-top: calc(40/750*100vw);
    font-size: calc(22/750*100vw);
    text-align: center;
    letter-spacing: 0.04em;
    color: #e1dfd8;
  }

  .hero .revText .lead {
    font-size: 120%;
  }

  .hero .revText .small {
    font-size: 80%;
  }

  .hero .logoArea .logo {
    width: calc(292/750*100%);
    margin: 0 auto;
    padding-top: calc(818/750*100vw);
  }

  .hero .naviLead {
    width: calc(346/750*100vw);
    padding-top: calc(224/750*100vw);
    margin: 0 auto calc(96/750*100vw);
  }

  .hero .naviArea {
    margin-top: -2px;
    padding-bottom: calc(100/750*100vw);
    background: url("./bg_navi-sp.jpg") top center no-repeat;
    background-size: 100% auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .hero .naviArea .naviText {
    margin-bottom: 0;
    color: #262521;
    font-weight: 600;
    ;
    font-size: calc(28/750*100vw);
    text-align: center;
    letter-spacing: -0.04em;
    line-height: 2.6;
  }

  .hero .naviArea .naviText:last-of-type {
    margin-bottom: calc(100/750*100vw);
  }

  .hero .naviArea .naviText+.naviText {
    margin-top: calc(32/750*100vw);
  }
}


/* change movie to image */
.hero .heroArea {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  position: relative;
}

.hero .heroArea .logoImgAreaWrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity .8s ease;
}

.loaded .hero .heroArea .logoImgAreaWrap {
  opacity: 1;
}

.hero .logoArea {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.hero .movieArea {
  opacity: 1;
  transition: opacity .8s ease;
}

@media all and (max-width: 767px) {
  .hero .heroArea {
    aspect-ratio: 9 / 16;
  }

  .hero .heroInner .logoAreaWrap {
    height: 100%;
    aspect-ratio: 9 / 16;
    background: none;
    background-color: #000;
  }

  .hero .heroArea .logoImgAreaWrap {
    aspect-ratio: 9 / 16;
    background: none;
  }

  .hero .logoArea {
    height: 100%;
    aspect-ratio: 9 / 16;
    background: url(./mv_img-sp.jpg) center center no-repeat;
    background-size: auto 100%;
    position: relative;
  }
}


.fadeInAddAnim .anime {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 2s ease, transform 2s ease;
}

.fadeInAddAnim.visible .anime {
  opacity: 1;
  transform: translateY(0);
}

.fadeInAddAnim .anime01 {
  transition-delay: 0s;
}

.fadeInAddAnim .anime02 {
  transition-delay: 0.2s;
}

.fadeInAddAnim .anime03 {
  transition-delay: 0.4s;
}

.fadeInAddAnim .anime04 {
  transition-delay: 0.6s;
}

.fadeInAddAnim .anime05 {
  transition-delay: 0.8s;
}

.fadeInAddAnim .anime06 {
  transition-delay: 1.0s;
}

.fadeInAddAnim .anime07 {
  transition-delay: 1.2s;
}

.fadeInAddAnim .anime08 {
  transition-delay: 1.4s;
}

.fadeInAddAnim .anime09 {
  transition-delay: 1.6s;
}

.fadeInAddAnim .anime10 {
  transition-delay: 1.8s;
}

.fadeInAddAnim .anime11 {
  transition-delay: 2.0s;
}

.fadeInAddAnim .anime12 {
  transition-delay: 2.2s;
}

.fadeInAddAnim .anime13 {
  transition-delay: 2.4s;
}

.fadeInAddAnim .anime14 {
  transition-delay: 2.6s;
}

.arrow_under {
  position: relative;
  text-align: center;
  display: block;
}

.arrow_under .arrow_underIcon {
  margin: 0 auto;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 22px;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  opacity: 1;
  transform: translateY(0) rotate(45deg);
  transition: transform 0.3s ease-out;
  animation: fluffy1 2s 1s ease-in-out infinite;
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0) rotate(45deg);
    opacity: 1;
  }

  50% {
    transform: translateY(5px) rotate(45deg);
    opacity: .6;
  }

  100% {
    transform: translateY(0) rotate(45deg);
    opacity: 1;
  }
}

@media all and (max-width: 767px) {
  .arrow_under .arrow_underIcon {
    bottom: 14px;
  }
}


/* scrillIcon */
.hero .scrillIcon {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2px;
  height: 54px;
  overflow: hidden;
  animation: scroll2 2s ease-in-out infinite;
}

.hero .scrillIcon span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 54px;
  overflow: hidden;
  animation: scroll 2s ease-in-out infinite;
}

.hero .scrillIcon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 54px;
}

@keyframes scroll {
  0% {
    top: 0;
    height: 0;
    opacity: 1;
  }

  50% {
    top: 0;
    height: 54px;
    opacity: 1;
  }

  100% {
    top: -54px;
    height: 54px;
    opacity: 1;
  }
}

@keyframes scroll2 {
  0% {
    height: 41px;
  }

  50% {
    height: 41px;
  }

  100% {
    height: 0;
  }
}

@media all and (max-width: 767px) {
  .hero .scrillIcon {
    display: none;
  }
}


/* contents */
.rerativeArea {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}

.rerativeArea .add {
  margin-top: 0.2em;
  color: #d9d9d9;
  font-size: 10px;
  letter-spacing: -0.05em;
}

.notYet,
.notYet a {
  pointer-events: none;
}

.notYet a .arrow_rightIcon {
  display: none !important;
}

section#main {}

@media all and (max-width: 767px) {
  .rerativeArea {
    width: 100%;
  }

  section#main {}
}

.arrow_right {
  position: relative;
  text-align: center;
  display: inline-block;
  color: #907531;
  font-size: 18px;
}

.arrow_right .arrow_rightIcon {
  margin: 0 auto;
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  position: absolute;
  bottom: 0.4em;
  right: -0.8em;
  border-right: #907531 1px solid;
  border-bottom: #907531 1px solid;
  opacity: 1;
  transform: translateX(0) rotate(-45deg);
  transition: transform 0.3s ease-out;
  animation: fluffy2 2s 1s ease-in-out infinite;
}

@keyframes fluffy2 {
  0% {
    transform: translateX(0) rotate(-45deg);
    opacity: 1;
  }

  50% {
    transform: translateX(5px) rotate(-45deg);
    opacity: .6;
  }

  100% {
    transform: translateX(0) rotate(-45deg);
    opacity: 1;
  }
}

@media all and (max-width: 767px) {
  .arrow_right {
    font-size: 13px;
  }
}

.itemDetail {
  position: absolute;
  z-index: 3;
}

.itemDetail a {
  color: #907531;
  font-size: 12px;
  line-height: 1.64;
  text-align: left;
  display: inline;
}

a.itemLinkBlock {
  display: block;
  position: absolute;
  z-index: 1;
}

.textSet {
  position: absolute;
}

.textSet .category {
  display: block;
}

.textSet .stext {
  margin-top: 0.6em;
  line-height: 1.64;
  font-size: 15px;
  color: #d9d9d9;
}

.secInner {
  position: relative;
  overflow-x: hidden;
}

.secInner>.contArea>.title {
  font-size: 42px;
  font-family: "Perpetua Regular";
  color: #333;
  letter-spacing: 0.03em;
}

.secInner>.contArea>.secTitle {
  position: relative;
  z-index: 1;
}

.secInner>.contArea>p.text01 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-base);
  line-height: 2;
}

.secInner>.contArea>p.text02 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-base);
  line-height: 2;
}

.secInner>.contArea>p.detail {
  font-size: 12px;
  font-weight: 300;
  color: var(--color-base);
  line-height: 1.64;
}

.secInner>.contArea>p.detail .para {
  display: block;
}

.secInner>.contArea>p.detail .para+.para {
  margin-top: 0.8em;
}

.secLinkArea a {
  width: 180px;
  padding: 0 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: #bebfb8 1px solid;
  text-decoration: none;
}

.secLinkArea .date {
  margin-top: 0.8em;
  text-align: left;
  font-weight: 600;
}

.secLinkArea a .text {
  font-weight: 600;
  font-size: 16px;
  color: #3e3a39;
}

.secLinkArea a .icon {
  width: 42px;
  transition: all .3s;
  transform: translateX(0);
}

.secLinkArea.white a {
  border-bottom: #fff 1px solid;
}

.secLinkArea.white a .text {
  color: #fff;
}

.secLinkArea.white a .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.secLinkArea.plus a {
  width: 240px;
}

.secLinkArea.plus .icon {
  font-size: 220%;
  width: 1em;
  line-height: 1;
}

.secLinkArea.plus a:hover {
  opacity: .7;
  ;
}

.secLinkArea.plus a:hover .icon {
  transform: translateX(0);
}

@media all and (min-width: 768px) {
  .itemImg {
    position: relative;
    opacity: 1;
    transition: opacity .5s ease;
  }

  .itemImg.imghover {
    opacity: .6;
    transition: opacity .5s ease;
  }

  .secLinkArea a:hover .icon {
    transform: translateX(10px);
  }
}

@media all and (max-width: 767px) {
  .rerativeArea .itemImg {
    display: none !important;
  }

  .itemDetail a {
    font-size: 10px;
  }

  .textSet .stext {
    margin-top: 0.4em;
    font-size: calc(22/750*100vw);
    line-height: 1.46;
  }

  .spRerative {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  }

  .secInner>.contArea>.title {
    font-size: calc(56/750*100vw);
  }

  .secInner>.contArea>p.text01,
  .secInner>.contArea>p.text02 {
    font-size: calc(26/750*100vw);
    text-align: justify;
    line-height: 1.8;
  }

  .secInner>.contArea>p.detail {
    font-size: calc(20/750*100vw);
  }

  .secInner>.contArea>p.detail.detail01 {
    font-size: calc(19/750*100vw);
    letter-spacing: -0.02em;
  }

  .secLinkArea a {
    width: calc(320/750*100vw);
    padding: 0 calc(10/750*100vw) calc(20/750*100vw);
  }

  .secLinkArea a .text {
    font-size: calc(30/750*100vw);
  }

  .secLinkArea a .icon {
    width: calc(68/750*100vw);
  }

  .secLinkArea.plus a {
    width: calc(460/750*100vw);
  }
}

ul.itemLinkList {
  margin-top: 0.8em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 4em;
}

ul.itemLinkList li a {
  color: #907531;
  font-size: 12px;
  white-space: nowrap;
}

ul.itemLinkList li a p {
  display: inline;
  white-space: nowrap;
}

@media all and (max-width: 767px) {
  ul.itemLinkList {
    width: calc(690/750*100vw);
    margin: 0 auto;
    padding-top: 0.8em;
    gap: 0.3em 3em;
  }

  ul.itemLinkList li a {
    font-size: 10px;
  }
}


/* item button */
.season2026summer .itemBtn {
  position: absolute;
  z-index: 5;
  text-align: center;
  transition-delay: .8s;
}

.season2026summer .itemBtn.addText01 {
  z-index: 6;
}

.itemBtn a {
  width: 2em;
  height: 2em;
  border-radius: 100px;
  display: block;
  line-height: 2em;
  color: #999;
  background-color: rgba(255, 255, 255, .4);
  font-size: 16px;
  position: relative;
}

.itemBtn.black a {
  background-color: rgba(0, 0, 0, .3);
}

.itemBtn.notYet0000 a,
.itemBtn.notYet0123 a,
.itemBtn.notYet0213 a {
  pointer-events: none;
}

.itemBtn.notYet0000 a:hover,
.itemBtn.notYet0123 a:hover,
.itemBtn.notYet0213 a:hover {
  opacity: 1;
}

.itemBtn.notYet0000:hover a:before {
  width: 6em;
  white-space: pre;
  content: "近日発売予定";
  color: #595757;
  font-size: 80%;
  line-height: 1.46;
  text-align: center;
  position: absolute;
  top: -2.3em;
  left: -1.5em;
  z-index: 6;
  opacity: 1;
}

.itemBtn.notYet0000:hover a:after {
  width: 6em;
  height: 1.46em;
  content: "";
  background-color: #fff;
  border: rgba(0, 0, 0, .5) 1px solid;
  position: absolute;
  top: -2em;
  left: -1.8em;
  opacity: 1;
}

.itemBtn.notYet0123:hover a:before {
  width: 5em;
  white-space: pre;
  content: "1/23(金)\A発売予定";
  color: #595757;
  font-size: 80%;
  line-height: 1.46;
  text-align: center;
  position: absolute;
  top: -3.3em;
  left: -1.5em;
  z-index: 6;
  opacity: 1;
}

.itemBtn.notYet0123:hover a:after {
  width: 5em;
  height: 2.92em;
  content: "";
  background-color: #fff;
  border: rgba(0, 0, 0, .5) 1px solid;
  position: absolute;
  top: -3em;
  left: -1.5em;
  opacity: 1;
}

.itemBtn.notYet0213:hover a:before {
  width: 5em;
  white-space: pre;
  content: "2/13(金)\A発売予定";
  color: #595757;
  font-size: 80%;
  line-height: 1.46;
  text-align: center;
  position: absolute;
  top: -3.3em;
  left: -1.5em;
  z-index: 6;
  opacity: 1;
}

.itemBtn.notYet0213:hover a:after {
  width: 5em;
  height: 2.92em;
  content: "";
  background-color: #fff;
  border: rgba(0, 0, 0, .5) 1px solid;
  position: absolute;
  top: -3em;
  left: -1.5em;
  z-index: 1;
  display: block;
  opacity: 1;
}

@media all and (max-width: 767px) {
  .itemBtn a {
    font-size: 12px;
  }
}

@media all and (min-width: 768px) {
  :root {
    --cont: 1440px;
  }
}

@media all and (max-width: 767px) {
  :root {
    --cont: 100%;
  }
}

.contArea {
  width: var(--cont);
  height: auto;
  margin: 0 auto;
  display: block;
  position: relative;
}


.contArea .flexArea {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 calc(60/1440*100%);
}

.contArea .flexArea .imgArea {
  width: calc(520/1440*100%);
}

.contArea .flexArea .imgArea .viewArea {
  position: relative;
}

.contArea .flexArea .textArea {
  width: calc(520/1440*100%);
  text-align: center;
}

.contArea .flexArea .textArea .leadText {
  margin-bottom: 1em;
  font-size: 22px;
  line-height: 1.46;
  color: #fff;
}

.contArea .flexArea .textArea .secText {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

.contArea .flexArea .textArea .detail {
  margin-top: 4em;
  font-size: 12px;
  line-height: 1.64;
  color: #fff;
  letter-spacing: -0.02em;
}

.contArea .flexArea .textArea .detail.indent {
  text-indent: -0.5em;
}

@media all and (min-width: 768px) {
  .contArea .flexArea.reverse {
    flex-direction: row-reverse;
    gap: 0 0;
  }

  .contArea .flexArea.reverse .textArea {
    width: 500px;
  }
}

@media all and (max-width: 767px) {
  .contArea .flexArea {
    flex-direction: column;
    gap: calc(80/750*100vw) 0;
  }

  .contArea .flexArea .imgArea {
    width: 100%;
  }

  .contArea .flexArea .textArea {
    width: calc(630/750*100vw);
    margin: 0 auto;
  }

  .contArea .flexArea .textArea .leadText {
    margin-bottom: 0.6em;
    font-size: calc(36/750*100vw);
    line-height: 1.46;
  }

  .contArea .flexArea .textArea .secText {
    font-size: calc(26/750*100vw);
    line-height: 1.8;
    white-space: nowrap;
  }

  .contArea .flexArea .textArea .detail {
    margin-top: 2.2em;
    font-size: calc(20/750*100vw);
    line-height: 1.46;
  }
}



/* sec01 */
@media all and (min-width: 768px) {
  .sec01 {
    width: 100%;
  }

  .sec01 .secInner {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .sec01 .secInner .contArea {
    padding-left: 170px;
    padding-right: 120px;
  }

  .sec01 .secTitle {
    width: 456px;
    padding-top: 256px;
    position: relative;
    left: auto;
    top: auto;
  }

  .sec01 .secImg.img01 {
    width: 564px;
    position: absolute;
    right: 116px;
    top: 0;
  }

  .sec01 .secText.text01 {
    margin-top: 30px;
    position: relative;
    left: auto;
    top: auto;
  }

  .sec01 .secLinkArea {
    margin-top: 50px;
    position: relative;
  }
}

@media all and (max-width: 767px) {
  .sec01 {
    width: 100%;
  }

  .sec01 .secInner {
    width: 100%;
    margin: 0 auto;
  }

  .sec01 .secTitle {
    width: calc(612/750*100vw);
    margin-bottom: -1px;
  }

  .sec01 .secImg.img01 {
    margin-bottom: calc(48/750*100vw);
  }

  .sec01 .text01 {
    margin-left: calc(60/750*100vw);
    margin-bottom: calc(40/750*100vw);
  }
}






/* sec03 */
.sec03 .secInner {
  max-width: 1440px;
  padding-bottom: 120px;
  margin: 0 auto;
  background: url(./bg_cont-pc.jpg) top center repeat-y;
  background-size: 100% auto;
}

.sec03 .contArea {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.sec03 .secInner .contArea .secTitle {
  width: 620px;
  position: absolute;
  left: 218px;
  top: 538px;
  z-index: 2;
}

.sec03 .secInner .contArea p.text01 {
  padding: 522px 0 0 886px;
  font-size: 16px;
  font-weight: 600;
  color: #3e3a39;
  line-height: 2.2;
}

.sec03 .secImg {
  position: absolute;
}

.sec03 .secImg.img01 {
  width: 300px;
  left: 942px;
  top: 90px;
}

.sec03 .secImg.img02 {
  width: 264px;
  left: 134px;
  top: 134px;
}

.sec03 .secImg.img03 {
  width: 326px;
  left: 230px;
  top: 170px;
}

.sec03 .secImg.img04 {
  width: 328px;
  left: 628px;
  top: 0;
  mix-blend-mode: multiply;
}

.sec03 .secLinkArea {
  padding: 24px 0 0 886px;
}

.sec03 .secLinkArea a {
  width: 200px;
}

@media all and (max-width: 767px) {
  .sec03 .secInner {
    padding-bottom: calc(240/750*100vw);
    background: url(./bg_cont-sp.jpg) top center repeat-y;
    background-size: 100% auto;
  }

  .sec03 .secInner .contArea .secTitle {
    width: calc(614/750*100vw);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(900/750*100vw);
  }

  .sec03 .secInner .contArea p.text01 {
    padding: calc(1086/750*100vw) 0 0 0;
    font-size: calc(28/750*100vw);
    color: #333;
    text-align: center;
  }

  .sec03 .secImg.img01 {
    width: calc(382/750*100vw);
    left: calc(398/750*100vw);
    top: calc(0/750*100vw);
  }

  .sec03 .secImg.img02 {
    width: calc(382/750*100vw);
    left: calc(-70/750*100vw);
    top: calc(256/750*100vw);
  }

  .sec03 .secImg.img03 {
    width: calc(382/750*100vw);
    left: calc(0/750*100vw);
    top: calc(320/750*100vw);
  }

  .sec03 .secImg.img04 {
    width: calc(382/750*100vw);
    left: calc(340/750*100vw);
    top: calc(520/750*100vw);
  }

  .sec03 .secLinkArea {
    padding: calc(64/750*100vw) 0 0;
    display: flex;
    justify-content: center;
  }

  .sec03 .secLinkArea a {
    width: 200px;
  }
}



/* sec06 */
.sec06 .secInner {
  overflow: hidden;
}

.sec06 .contArea {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 calc(70/1440*100%);
  position: relative;
}

.sec06 .contArea h2.secTitle {
  width: calc(90/1440*100vw);
  padding: 0;
  position: absolute;
  right: calc(60/1440*100vw);
  top: 0;
}

.sec06 .contArea h2.secTitle img {
  width: 100%;
}

.sec06 .contArea .imgArea {
  width: calc(630/1440*100%);
  position: relative;
}

.sec06 .contArea .imgArea .secImg.img01 img {
  width: 100%;
  max-width: none;
}

.sec06 .contArea .secLabel {
  color: #282222;
  font-size: calc(12/1440*100vw);
  font-weight: 600;
  line-height: 1;
  position: absolute;
}

.sec06 .contArea .secLabel.secLabel01 {
  left: calc(510/630*100%);
  top: calc(234/1440*100vw);
}

.sec06 .contArea .secLabel.secLabel02 {
  left: calc(212/1440*100vw);
  top: calc(596/1440*100vw);
}

.sec06 .contArea .textArea {
  width: calc(740/1440*100%);
  position: relative;
}

.sec06 .contArea .textArea p {
  color: #282222;
  font-weight: 600;
}

.sec06 .contArea .textArea p.leadText {
  margin-bottom: 0.6em;
  font-size: calc(26/1440*100vw);
  line-height: 1.8;
}

.sec06 .contArea .textArea p.secText {
  margin-bottom: 2.6em;
  font-size: calc(16/1440*100vw);
  line-height: 2.2;
}

.sec06 .contArea .textArea p.detail {
  font-size: calc(12/1440*100vw);
}

.sec06 .contArea .textArea p.detail+p.detail {
  margin-top: 1.5em;
}

.sec06 .contArea .textArea p.detail .caution {
  font-size: 85%;
}

@media all and (min-width: 768px) {
  .sec06 {
    width: 100%;
  }

  .sec06 .secInner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url(./bg_sec06-pc.jpg) no-repeat left top;
    background-size: cover;
  }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .sec06 .contArea .secLabel.secLabel02 {
    left: calc(212 / 1440 * 100vw);
    top: calc(724 / 1440 * 100vw);
  }
}

@media all and (max-width: 767px) {
  .sec06 .contArea {
    flex-direction: column;
    justify-content: space-between;
    gap: calc(80/750*100vw) 0;
  }

  .sec06 .secInner {
    background: url(./bg_sec06-sp.jpg) no-repeat left top;
    background-size: 100% 100%;
  }

  .sec06 .contArea h2.secTitle {
    width: calc(116/750*100vw);
    right: 0;
    top: calc(50/750*100vw);
  }

  .sec06 .contArea .imgArea {
    width: 100%;
  }

  .sec06 .contArea .secLabel {
    font-size: calc(20/750*100vw);
  }

  .sec06 .contArea .secLabel.secLabel01 {
    left: calc(424/750*100vw);
    top: calc(354/750*100vw);
  }

  .sec06 .contArea .secLabel.secLabel02 {
    left: calc(124/750*100vw);
    top: calc(894/750*100vw);
  }

  .sec06 .contArea .textArea {
    width: calc(670/750*100vw);
    margin: 0 auto;
    padding-bottom: calc(100/750*100vw);
  }

  .sec06 .contArea .textArea p.leadText {
    margin-bottom: 0.6em;
    font-size: calc(32/750*100vw);
    line-height: 1.8;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }

  .sec06 .contArea .textArea p.secText {
    margin-bottom: 2.6em;
    font-size: calc(26/750*100vw);
    line-height: 1.8;
  }

  .sec06 .contArea .textArea p.detail {
    font-size: calc(20/750*100vw);
  }

  .sec06 .contArea .textArea p.detail+p.detail {
    margin-top: 1.5em;
  }
}



/* sec07 */
.sec07 .secInner {
  width: 100%;
  padding: 10px;
  background: url(./sec07_bg-pc.jpg) no-repeat left top;
  background-size: cover;
}

.sec07 .contArea {
  width: 100%;
  padding: 26px;
  border: rgba(0, 0, 0, .15) 2px solid;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.sec07 .secTitle {
  width: calc(312/520*100%);
  margin: 0 auto 2.6em;
}

.sec07 .contArea .flexArea .textArea .secText {
  margin-bottom: 3em;
  color: #211815;
  font-weight: 600;
}

.sec07 .contArea .flexArea .textArea .linkArea {
  display: flex;
  justify-content: center;
}

.sec07 .contArea .flexArea .textArea .date {
  margin-top: 1em;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  .sec07 .secInner {
    padding: 8px;
    background: url(./sec07_bg-sp.jpg) no-repeat left top;
    background-size: cover;
  }

  .sec07 .contArea {
    width: 100%;
    padding: calc(124/750*100vw) 0 calc(196/750*100vw);
    position: relative;
  }

  .sec07 .secTitle {
    width: calc(346/520*100%);
    margin: 0 auto 2.6em;
  }

  .sec07 .contArea .flexArea .imgArea .secImg {
    width: calc(100% + 16px);
    margin-left: -8px;
    position: relative;
  }

  .sec07 .contArea .flexArea .imgArea .secImg:before {
    content: "";
    width: 2px;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .15);
    position: absolute;
    left: 6px;
    top: 0;
  }

  .sec07 .contArea .flexArea .imgArea .secImg:after {
    content: "";
    width: 2px;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .15);
    position: absolute;
    right: 6px;
    top: 0;
  }

  .sec07 .contArea .flexArea .textArea .secText {
    margin-bottom: 3em;
    color: #211815;
    font-weight: 600;
  }

  .sec07 .contArea .flexArea .textArea .linkArea {
    display: flex;
    justify-content: center;
  }

  .sec07 .contArea .flexArea .textArea .linkArea.secLinkArea a {
    padding: 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw);
    border-bottom: #211815 1px solid;
  }
}


/* archiveArea */
.archiveArea .archivesFlex {
  width: 100%;
  max-width: 938px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 140px;
}

.archiveArea .archiveLead {
  width: 338px;
  margin: 0 auto;
}

.archiveArea .archiveCopy {
  text-align: center;
  color: #5F5F5F;
  margin-bottom: 3em;
  font-size: 16px;
  line-height: 2;
}

.archiveTextArea .archiveText p {
  color: #5F5F5F;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

.slideMv .archiveTextArea {
  padding: 0;
  background-color: inherit;
}

.slideMv .archiveTextArea .archiveText p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.archiveArea ul.archiveList li a {
  display: block;
}

.archiveArea ul.archiveList li a .text {
  margin-top: 0.8em;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #352D29;
}

@media all and (min-width: 768px) {
  .archiveArea .secInner {
    padding: 68px 0 48px;
  }

  .archiveArea ul.archiveList {
    width: 450px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px 0;
  }

  .archiveArea ul.archiveList li.jpn {
    width: 282px;
  }

  .archiveTextArea {
    padding: 30px 40px;
    gap: 0 50px;
    background-color: #F6F2EA;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .archiveListArea .archiveText {
    width: 500px;
  }

  .archiveListArea .archiveCopy {
    width: 290px;
  }

  .archiveListArea .archiveCopy.flexright {
    display: flex;
    justify-content: flex-end;
  }

  .slideMv .archiveTextArea {
    width: 100%;
    position: absolute;
    top: 174px;
    text-align: center;
    display: block;
  }

  .slideMv .archiveListArea .archiveText {
    width: 100%;
  }

  .slideMv .archiveTextArea .archiveTitle {
    width: 201px;
    margin: 0 auto 56px;
  }
}

@media all and (max-width: 767px) {
  .archiveArea .secInner {
    padding: calc(200/750*100vw) 0 calc(140/750*100vw);
  }

  .archiveArea .archivesFlex {
    width: calc(632/750*100vw);
    gap: calc(100/750*100vw) 0;
    flex-direction: column;
  }

  .archiveArea .archiveLead {
    width: calc(448/750*100vw);
    margin: 0 auto;
  }

  .archiveArea .archiveCopy {
    font-size: calc(21/750*100vw);
  }

  .archiveArea ul.archiveList {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(20/750*100vw) 0;
  }

  .archiveArea ul.archiveList li {
    width: 100%;
  }

  .archiveArea ul.archiveList li a .text {
    margin-top: 0.2em;
    font-size: calc(18/750*100vw);
  }

  .archiveTextArea {
    padding: calc(60/750*100vw) calc(60/750*100vw);
    background-color: #F6F2EA;
  }

  .archiveTextArea .archiveText p {
    font-size: calc(21/750*100vw);
  }

  .archiveListArea .archiveCopy {
    margin-bottom: calc(24/750*100vw);
  }

  .archiveListArea .archiveCopy.flexright {
    display: flex;
    justify-content: flex-end;
  }

  .slideMv .archiveTitle {
    width: 100%;
    height: calc(487/750*100vw);
    position: relative;
    background: url("./archiveimg01_01-sp.png") no-repeat;
    background-size: cover;
  }

  .slideMv .archiveTitle img {
    width: calc(288/750*100vw);
    margin: 0 auto;
    position: absolute;
    top: calc(192/750*100vw);
    left: 0;
    right: 0;
  }

  .slideMv .archiveTextArea {
    width: 100%;
  }

  .slideMv .archiveTextArea .archiveText p {
    padding: calc(80/750*100vw) 0;
    font-size: calc(26/750*100vw);
    text-align: center;
    background-color: #F6F2EA;
    color: #5F5F5F;
  }
}


/* bnrLinkArea */
.bnrLinkArea {
  padding: 132px 0 132px;
}

ul.bnrLinkList {
  margin: 0 auto;
  max-width: 1062px;
}

.bnrLinkBox a {
  display: block;
  position: relative;
  line-height: 1;
}

.bnrLinkBox+.bnrLinkBox {
  margin-top: 80px;
}

.bnrLinkBox .image {}

.bnrLinkBox .textArea {
  width: 92%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.bnrLinkBox .textArea .textAreaInner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bnrLinkBox .text {
  margin-bottom: 0.8em;
  text-align: right;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
}

@media all and (min-width: 768px) {
  .bnrLinkArea {
    background: url("./bg_bnr-pc.png") no-repeat center -1px;
    background-size: cover;
  }

  .bnrLinkBox .arrow {
    position: absolute;
    top: 148px;
    right: 288px;
    width: 40px;
    transition: right ease .3s;
    opacity: .7;
  }

  .bnrLinkBox a:hover .arrow {
    right: 278px;
  }

  .bnrLinkBox.bnr02 .arrow {
    right: 127px;
  }

  .bnrLinkBox.bnr02 a:hover .arrow {
    right: 117px;
  }
}

@media all and (max-width: 767px) {
  .bnrLinkArea {
    padding: calc(120/750*100vw) 0 calc(120/750*100vw);
    background: url("./bg_bnr-sp.png") no-repeat center center;
    background-size: 100% auto;
  }

  ul.bnrLinkList {
    width: calc(680/750*100vw);
  }

  .bnrLinkBox .textArea {
    position: absolute;
    top: auto;
    bottom: 4%;
    transform: none;
    ;
  }

  .bnrLinkBox .arrow {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    width: calc(58/750*100vw);
    display: none;
  }

  .bnrLinkBox+.bnrLinkBox {
    margin-top: 40px;
  }

  .bnrLinkBox .text {
    margin-bottom: 1.6em;
    font-size: calc(30/750*100vw);
    text-align: left;
  }
}


ul.itemLinkList {
  display: none;
}



/* modal */
.modalOpened {
  overflow: hidden;
}

.itemList .modalClose {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
}

.itemList .modalClose span {
  width: 17px;
  height: 1px;
  background-color: rgba(255, 255, 255, .8);
  position: relative;
  display: block;
  transform: rotate(45deg);
  top: 10px;
  left: 2px;

}

.itemList .modalClose span:after {
  content: "";
  width: 1px;
  height: 17px;
  background-color: rgba(255, 255, 255, .8);
  display: block;
  position: absolute;
  left: 8px;
  top: -8px;
}

.itemModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  background-color: rgba(156, 150, 136, .7);
  opacity: 1;
  visibility: hidden;
  pointer-events: none;
  transition: opacity ease .6s, visibility ease .6s;
}

.modalOpen.itemModal {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 1000;
  backdrop-filter: blur(3px);
}

.itemModal .itemListWrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}

.archiveListArea .archivePhoto .center {
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .itemModal .itemListWrap {
    width: 830px;
    height: 580px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .itemModal .itemListWrap .itemList {
    display: block;
    position: relative;
  }
}

@media all and (max-width: 767px) {
  .itemModal .itemListWrap {
    padding: calc(20/750*100vw) calc(60/750*100vw);
  }

  .itemList .modalClose {
    right: 10px;
    top: 10px;
  }
}


/* slick */
.season2026summer .slick-initialized .slick-slide {
  margin: 0;
}

.season2026summer .slick-slider .slick-arrow {
  width: 30px;
  opacity: 1;
  transition: opacity ease .3s;
  z-index: 2;
  position: absolute;
  cursor: pointer;
}

.season2026summer .slick-slider .slick-arrow.prev-arrow {
  left: -52px;
  top: 43%;
}

.season2026summer .slick-slider .slick-arrow.next-arrow {
  right: -52px;
  top: 43%;
}

.season2026summer .slick-slider .slick-arrow.slick-disabled {
  opacity: 1;
  pointer-events: none;
}

.season2026summer .slick-slider .archiveListArea {
  position: relative;
}

@media all and (min-width: 768px) {
  .season2026summer .slick-slider .slick-arrow {
    padding: 10px;
    box-sizing: content-box;
  }

  .season2026summer .slick-slider .slick-arrow:hover {
    opacity: .7;
  }
}

@media all and (max-width: 767px) {
  .season2026summer .slick-slider .slick-arrow.slick-disabled {
    opacity: 0 !important;
  }

  .season2026summer .slick-slider .slick-arrow {
    width: calc(54/750*100vw);
  }

  .season2026summer .slick-slider .slick-arrow.prev-arrow {
    top: 45%;
    left: calc(-34/750*100vw);
  }

  .season2026summer .slick-slider .slick-arrow.next-arrow {
    top: 45%;
    right: calc(-34/750*100vw);
  }

  .season2026summer .slick-slider .archiveListArea {
    height: calc(100vh - 50px);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.prlx {
  will-change: transform;
}





.season2026summer .contBox {
  position: relative;
  width: 100%;
  overflow: visible;
  background-color: #EEEEEC;
}

.season2026summer .contBox .fixedBg {
  max-width: 1440px;
  position: absolute;
  top: 0;
  /* 画面中央を基準に左右100%広げるテクニック */
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  /* 通常時は親(.wrap)と同じ高さ */
  background: url(./bg_cont-pc.jpg) top center repeat-y;
  background-size: 100% auto;
  z-index: 0;
  display: block;
  /* 常に表示しておく */
}

.season2026summer .contBox .wrap {
  max-width: 1440px;
  width: 100%;
  /* min-height: calc(100vh + 1000px); */
  min-height: calc(100vh + 100px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: transparent;
}

.season2026summer .contBox .cont {
  position: relative;
  width: 100%;
  /* min-height: 600px;
  overflow: hidden; */
  z-index: 2;
  aspect-ratio: 1000 / 1200;
}

.season2026summer .contBox .itemImg,
.season2026summer .contBox .bgImg,
.season2026summer .contBox .linkArea {
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
  will-change: transform, opacity;
  transition: opacity 0.5s ease-out;
}

.season2026summer .contBox .bgImg {
  opacity: 1;
  visibility: visible;
}

.season2026summer .contBox .linkArea {
  width: auto;
}

.season2026summer .contBox .bgImg {
  top: 0;
  z-index: 1;
}

.season2026summer .contBox .itemImg {
  top: 0;
  z-index: 2;
}

.season2026summer .contBox .linkArea {
  z-index: 10;
  text-align: center;
}

.season2026summer .contBox .is-visible {
  opacity: 1 !important;
}

.season2026summer .contBox .itemImg {
  display: flex;
  justify-content: center;
}

.season2026summer .contBox .itemImg img {
  width: auto;
}



.season2026summer .contBox.box01 .itemImg img {
  max-width: 100%;
}

@media all and (min-width: 768px) {
  .season2026summer .contBox.box01 .linkArea {
    left: 990px;
    top: 810px;
  }

  .season2026summer .contBox.box02 .linkArea {
    left: 308px;
    top: 860px;
  }

  .season2026summer .contBox.box04 .linkArea {
    left: 990px;
    top: 800px;
  }

  .season2026summer .contBox.box05 .wrap {
    padding-bottom: 100px;
  }

  .season2026summer .contBox.box05 .linkArea {
    left: 270px;
    top: 800px;
  }

  .season2026summer .sec02 {
    margin-top: -700px;
    position: relative;
    z-index: 1;
  }

  .season2026summer .sec05 {
    margin-top: -200px;
    position: relative;
    z-index: 1;
  }

  .season2026summer .sec06 {
    position: relative;
    z-index: 1;
  }
}

@media all and (max-width: 767px) {
  .season2026summer .contBox.box01 .linkArea {
    left: calc(390/750*100vw);
    top: calc(1660/750*100vw);
  }

  .season2026summer .contBox.box02 .linkArea {
    left: calc(40/750*100vw);
    top: calc(1830/750*100vw);
  }

  .season2026summer .contBox.box04 .linkArea {
    left: calc(40/750*100vw);
    top: calc(1740/750*100vw);
  }

  .season2026summer .contBox.box05 .linkArea {
    left: calc(390/750*100vw);
    top: calc(1560/750*100vw);
  }

  .season2026summer .sec06 {
    margin-top: calc(-100/750*100vw);
    position: relative;
    z-index: 1;
  }
}